]> git.pld-linux.org Git - packages/gconfmm.git/commitdiff
- PLD initial release gconfmm-2_0_1-1
authoraflinta <aflinta@pld-linux.org>
Tue, 8 Apr 2003 19:49:33 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gconfmm.spec -> 1.1

gconfmm.spec [new file with mode: 0644]

diff --git a/gconfmm.spec b/gconfmm.spec
new file mode 100644 (file)
index 0000000..185a6df
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       C++ wrappers for GConf
+Name:          gconfmm
+Version:       2.0.1
+Release:       1
+License:       GPL
+Group:         Libraries
+Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.0/%{name}-%{version}.tar.bz2
+URL:           http://www.gnome.org/
+BuildRequires: automake
+BuildRequires: GConf2-devel >= 1.1.8
+BuildRequires: gtkmm-devel >= 2.0.1
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+C++ wrappers for GConf. All classes are in the Gnome::Conf namespace.
+
+%package devel
+Summary:       Devel files for gconfmm
+Group:         Development/Libraries
+Requires:      %{name} = %{version}
+
+%description devel
+Devel files for gconfmm.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libgconfmm-2.0.so.*
+
+%files devel
+%{_includedir}/%{name}-2.0
+%{_libdir}/libgconfmm-2.0.la
+%{_libdir}/libgconfmm-2.0.so
+%{_libdir}/%{name}-2.0
+%{_pkgconfigdir}/%{name}-2.0.pc
This page took 0.052222 seconds and 4 git commands to generate.