SPECS: calendar.spec (NEW) - spec for program Calendar - Adam Skow...
wolvverine
wolvverine at pld-linux.org
Sun Jul 10 07:14:41 CEST 2005
Author: wolvverine Date: Sun Jul 10 05:14:41 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- spec for program Calendar - Adam Skowroński tytus <at> oldfield <dot> org <dot> pl
---- Files affected:
SPECS:
calendar.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/calendar.spec
diff -u /dev/null SPECS/calendar.spec:1.1
--- /dev/null Sun Jul 10 07:14:41 2005
+++ SPECS/calendar.spec Sun Jul 10 07:14:35 2005
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+#
+Summary: Simply calendar which helps you to remember about birthdays of your family
+Summary(pl): Prosty kalendarz, który pomoże Ci pamiętać o urodzinach Twoich bliskich
+Name: calendar
+Version: 0.2
+Release: 1
+License: GPL
+Group: X11/Applications
+#Source0Download: http://mike.oldfield.org.pl/tytus/index.html
+Source0: http://mike.oldfield.org.pl/tytus/prog/%{name}-%{version}.tgz
+# Source0-md5: 614e6c5bd343cdf731ece14e19494274
+URL: http://mike.oldfield.org.pl/tytus/index.html
+BuildRequires: glibc-devel
+BuildRequires: automake
+BuildRequires: qt-devel >= 3.3}
+BuildRequires: kdelibs-devel
+BuildRequires: autoconf
+BuildRequires: libart_lgpl-devel
+BuildRequires: libtool
+
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+%description -l pl
+Kalendarz jest prostą aplikacją opartą o biblioteki Qt, która wyświetla kartki kalendarza ułożone w pasek. Dzięki temu, podobnie jak to czynią poborowi używając centymetra, już na wiele dni wcześniej łatwo zauważyć, że coś się zbliża (np. imieniny żony) i mamy czas na sensowną reakcję (czyt. wybór i kupno prezentów i kwiatów).
+
+
+
+%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(0744,root,root) %{_bindir}/kalendarz
+%attr(0644,root,root) /usr/share/doc/HTML/en/kalendarz/um.docb
+
+%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
+
+Adam Skowroński. Utworzenie pliku.
+
+$Log$
+Revision 1.1 2005/07/10 05:14:35 wolvverine
+- spec for program Calendar - Adam Skowroński tytus <at> oldfield <dot> org <dot> pl
+
================================================================
More information about the pld-cvs-commit
mailing list