COIN-OR::LEMON - Graph Library

source: glemon-0.x/glemon.spec.in @ 197:c1084e2bff10

Last change on this file since 197:c1084e2bff10 was 164:70e3c3646283, checked in by Alpar Juttner, 17 years ago
  • Add missing repository files (AUTHORS COPYING NEWS README). They need to be filled with info.
  • RPM support
File size: 823 bytes
Line 
1Summary: A graph editor for the LEMON Graph Format
2Name: @PACKAGE_TARNAME@
3Version: @PACKAGE_VERSION@
4Release: 1
5License: Boost
6URL: http://lemon.cs.elte.hu
7Source0: %{name}-%{version}.tar.gz
8Group: Development/Libraries
9BuildRoot: %{_tmppath}/%{name}-root
10Requires: lemon
11Requires: gtkmm24 >= 2.6
12Requires: libgnomecanvasmm >= 2.6.0
13BuildRequires: lemon-devel
14BuildRequires: gtkmm24-devel >= 2.6
15BuildRequires: libgnomecanvasmm-devel >= 2.6.0
16
17%description
18glemon is a graphical editor for the LEMON Graph Format (.lgf)
19
20%prep
21%setup -q
22
23%build
24%configure
25make
26
27%install
28rm -rf $RPM_BUILD_ROOT
29make DESTDIR=$RPM_BUILD_ROOT install
30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%post -p /sbin/ldconfig
35
36%postun -p /sbin/ldconfig
37
38%files
39%defattr(-,root,root)
40%{_bindir}/glemon
41%{_datadir}/locale
42%doc AUTHORS COPYING LICENSE NEWS README
Note: See TracBrowser for help on using the repository browser.