]> git.pld-linux.org Git - packages/poster.git/commitdiff
- initial release
authorMichał Łukaszek <mlukaszek+pld@gmail.com>
Mon, 21 Mar 2005 23:11:17 +0000 (23:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poster.spec -> 1.1

poster.spec [new file with mode: 0644]

diff --git a/poster.spec b/poster.spec
new file mode 100644 (file)
index 0000000..b8396e4
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       Poster - a small utility to generate posters
+Summary(pl):   Poster - ma³e narzêdzie do generowania plakatów
+Name:          poster
+Group:         Applications
+Version:       19950907
+Release:       0.1
+Epoch:         0
+License:       GPL
+Source0:       http://www.geocities.com/SiliconValley/5682/%{name}.zip
+# Source0-md5: 4f96357892fe6f758fab9879c575cc62
+URL:           http://www.geocities.com/SiliconValley/5682/poster.html
+BuildRequires: unzip
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Poster is a small utility for making a poster - a large printed image 
+- from an EPS file or a one-page PS document.
+
+%description -l pl
+Poster jest ma³ym narzêdziem s³u¿±cym do tworzenia plakatów -
+wielkowymiarowych obrazów - z plików EPS lub jednostronicowych dokumentów
+PS.
+
+%prep
+%setup -q -c
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/%{_bindir}
+cp -a poster $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
This page took 0.064098 seconds and 4 git commands to generate.