SPECS: gnome-applet-ticket-applet2.spec (NEW) - from Mariusz Kryns...

qboosh qboosh at pld-linux.org
Sun Nov 5 13:02:58 CET 2006


Author: qboosh                       Date: Sun Nov  5 12:02:58 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- from Mariusz Krynski <mrk at sed.pl>, with changed filename and added rcs tags

---- Files affected:
SPECS:
   gnome-applet-ticket-applet2.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gnome-applet-ticket-applet2.spec
diff -u /dev/null SPECS/gnome-applet-ticket-applet2.spec:1.1
--- /dev/null	Sun Nov  5 13:02:58 2006
+++ SPECS/gnome-applet-ticket-applet2.spec	Sun Nov  5 13:02:53 2006
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+%define		    _realname	ticket-applet
+%define         _url        http://quackerhead.com/~duff/ticket_applet-2/
+Summary:        A GNOME2 applet for managing Kerberos tickets
+Summary(pl):    Applet GNOME2 do zarządzania biletami Kerberos'a
+Name:           gnome-applet-krbticket
+Version:        0.3
+Release:        0.1
+License:        GPL
+URL:            %{_url}
+Group:          X11/Applications
+Source0:        %{_url}/download/%{_realname}--mainline--%{version}--patch-26.tar.bz2
+# Source0-md5:	328c60dae887f6041c6a97e0bc1d186f
+Patch1:         %{name}-buildfix.patch
+BuildRequires:  gnome-panel-devel 
+BuildRequires:  libcom_err-devel
+BuildRequires:  heimdal-devel
+BuildRoot:	    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Ticket Applet allows a user to view the amount of time
+remaining on their Kerberos ticket or to grab a new ticket
+(optionally running other programs -- ie. grabbing an AFS
+token).
+
+%description -l pl
+Ticket Applet umożliwia łatwe sprawdzenie ilości czasu jaki 
+ważny jest jeszcze bilet Kerberos'a, pozwala także na łatwe
+pobranie nowego biletu (opcjonalnie uruchamiając dowolne 
+polecenie)
+
+%prep
+%setup -q -n %{_realname}--mainline--%{version}--patch-26
+%patch1 -p1
+
+%build
+CFLAGS=-I/usr/include/et
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%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)
+%doc ChangeLog AUTHORS NEWS README TODO
+%attr(755,root,root) %{_libdir}/ticket_applet-2
+%{_libdir}/bonobo/servers/*.server
+%{_datadir}/gnome-2.0/ui/*
+%{_datadir}/gnome/help/*
+%{_datadir}/pixmaps/*
+%{_datadir}/omf/*
+
+%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  2006/11/05 12:02:53  qboosh
+- from Mariusz Krynski <mrk at sed.pl>, with changed filename and added rcs tags
================================================================


More information about the pld-cvs-commit mailing list