SPECS: gbiblioteka.spec (NEW) - init

spider spider at pld-linux.org
Thu Jul 28 12:17:39 CEST 2005


Author: spider                       Date: Thu Jul 28 10:17:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

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

---- Diffs:

================================================================
Index: SPECS/gbiblioteka.spec
diff -u /dev/null SPECS/gbiblioteka.spec:1.1
--- /dev/null	Thu Jul 28 12:17:39 2005
+++ SPECS/gbiblioteka.spec	Thu Jul 28 12:17:33 2005
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	GBiblioteka is a book and document manager
+Summary(pl):	Program ułatwia zarządzanie zbiorami książek i dokumentów elektronicznych
+Name:		gbiblioteka
+Version:	0.5
+Release:	0.1
+License:	GPL v2
+Group:		Applications/Archiving	
+Source0:	http://members.lycos.co.uk/gbiblioteka/%{name}-%{version}.tar.gz
+# Source0-md5:	8f4c5237f26396208c2390dddb06ff15
+URL:		http://members.lycos.co.uk/gbiblioteka/
+BuildRequires:	gettext-devel
+BuildRequires:	gtk+2-devel
+BuildRequires:	sqlite-devel
+Requires:	gtk+2
+Requires:	sqlite
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GBiblioteka is a book and document manager.
+
+%description -l pl
+Program ułatwia zarządzanie zbiorami książek i dokumentów elektronicznych. 
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make} \
+	CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%lang(pl) %{_datadir}/locale/pl 
+
+%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  2005/07/28 10:17:33  spider
+- init
+
================================================================



More information about the pld-cvs-commit mailing list