SPECS: libkexiv2.spec (NEW) - initial

shadzik shadzik at pld-linux.org
Sat Mar 3 15:44:34 CET 2007


Author: shadzik                      Date: Sat Mar  3 14:44:34 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   libkexiv2.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libkexiv2.spec
diff -u /dev/null SPECS/libkexiv2.spec:1.1
--- /dev/null	Sat Mar  3 15:44:34 2007
+++ SPECS/libkexiv2.spec	Sat Mar  3 15:44:29 2007
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:	libkexiv2
+Summary(pl.UTF-8):	libkexiv2
+Name:		libkexiv2
+Version:	0.1.1
+Release:	1
+Epoch:		0
+License:	GPL
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/kipi/%{name}-%{version}.tar.bz2
+# Source0-md5:	cd577926992dc1ea5359f9cb53c6a10d
+URL:		http://www.kipi-plugins.org/drupal/
+#BuildRequires:	
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libkexiv2
+
+#%description -l pl.UTF-8
+
+%package devel
+Summary:	Header files for %{name} library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki F%{name}
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for %{name} library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki F%{name}
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README RELEASE.rev PACKAGING
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/%{name}
+%{_pkgconfigdir}/*.pc
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/03/03 14:44:29  shadzik
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list