3 nowe spece: cbview.spec, ghasher.spec, gwget.spec
Kamil 'paladine' Kosiński
paladine w palanthas.homelinux.org
Sob, 18 Wrz 2004, 02:26:16 CEST
Witam
Proszę o sprawdzenie i dodanie jeśli wszysko ok.
--
|-------------- Kamil 'paladine' Kosiński -------------|
|------------------------------------------------------|
|---- mail: paladine @ palanthas . homelinux . org ----|
|----- JID: paladine w chrome.pl ------ GG: 4232832 -----|
-------------- następna część ---------
Załącznik, który nie był tekstem został usunięty...
Name: cbview.desktop
Type: application/x-desktop
Size: 301 bytes
Desc: nie znany
Url : /mailman/pipermail/pld-devel-pl/attachments/20040918/11853363/cbview.bin
-------------- następna część ---------
# $Revision:$, $Date:$
%include /usr/lib/rpm/macros.perl
Summary: Comic book archives viewer
Summary(pl): Przeglądarka komiksów
Name: cbview
Version: 0.06
Release: 1
License: GPL
Group: X11/Applications
Source0: http://elvine.org/code/%{name}/%{name}-%{version}.tar.gz
# Source0-md5: 6f101dbcecc6d70f59a4b8cec4152446
Source1: %{name}.desktop
URL: http://elvine.org/code/cbview/
Requires: perl-Gtk2
Requires: perl-String-ShellQuote
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
CBView is a viewer/converter for CBR/CBZ comic book archives, written
with gtk2-perl.
%description -l pl
CBView to przeglądarka/konwerter archiwów komiksów w formacie CBR/CBZ,
napisana przy użyciu gtk2-perl.
%prep
%setup -q
%build
%{__perl} Makefile.PL \
INSTALLDIRS=vendor
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_desktopdir}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc COPYING Changes README TODO
%attr(755,root,root) %{_bindir}/*
%{_desktopdir}/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback w pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log:$
-------------- następna część ---------
Załącznik, który nie był tekstem został usunięty...
Name: ghasher-desktop.patch
Type: text/x-patch
Size: 649 bytes
Desc: nie znany
Url : /mailman/pipermail/pld-devel-pl/attachments/20040918/11853363/ghasher-desktop.bin
-------------- następna część ---------
Załącznik, który nie był tekstem został usunięty...
Name: ghasher-Makefile.patch
Type: text/x-patch
Size: 1263 bytes
Desc: nie znany
Url : /mailman/pipermail/pld-devel-pl/attachments/20040918/11853363/ghasher-Makefile.bin
-------------- następna część ---------
# $Revision:$, $Date:$
Summary: MD5 sum utility
Summary(pl): Narzędzie do obliczania sum MD5
Name: ghasher
Version: 1.1.1
Release: 1
License: BSD
Group: X11/Applications
Source0: http://utelsystems.dyndns.org/code/%{name}/%{name}-%{version}.tar.gz
# Source0-md5: bf75a943f60973a07dd2a51517407fa5
Patch0: %{name}-Makefile.patch
Patch1: %{name}-desktop.patch
URL: http://utelsystems.dyndns.org/code/ghasher/
BuildRequires: gtk+2-devel >= 2.0.0
BuildRequires: pkgconfig
BuildRequires: openssl-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
ghasher is a small GUI utility that calculates md5/sha-1 and many
other sums.
%description -l pl
ghasher to małe narzędzie do obliczania sum md5/sha-1 i wielu innych.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
%{__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 LICENSE README
%attr(755,root,root) %{_bindir}/*
%{_pixmapsdir}/*
%{_desktopdir}/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback w pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log:$
-------------- następna część ---------
Załącznik, który nie był tekstem został usunięty...
Name: gwget-desktop.patch
Type: text/x-patch
Size: 594 bytes
Desc: nie znany
Url : /mailman/pipermail/pld-devel-pl/attachments/20040918/11853363/gwget-desktop.bin
-------------- następna część ---------
# $Revision:$, $Date:$
Summary: A download manager for GNOME
Summary(pl): Menadżer pobierania plików dla GNOME
Name: gwget
Version: 0.14.1
Release: 1
License: GPL
Group: X11/Applications/Networking
Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
# Source0-md5: 31040273567636bcbb4d660dbde12909
Patch0: %{name}-desktop.patch
URL: http://gwget.sourceforge.net/
BuildRequires: libgnomeui-devel >= 2.0.0
BuildRequires: pkgconfig
Requires: wget
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Gwget is a download manager for GNOME.
%description -l pl
Gwget tomenadżer do pobierania plików dla GNOME.
%prep
%setup -q
%patch0 -p1
%build
%configure
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_pixmapsdir}, %{_desktopdir}}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
install pixmaps/%{name}.png $RPM_BUILD_ROOT/%{_pixmapsdir}
install %{name}.desktop $RPM_BUILD_ROOT/%{_desktopdir}
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%attr(755,root,root) %{_bindir}/*
%{_datadir}/%{name}/*
%{_pixmapsdir}/*
%{_desktopdir}/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback w pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log:$
Więcej informacji o liście dyskusyjnej pld-devel-pl