]> git.pld-linux.org Git - packages/leafpad.git/commitdiff
- PLD initial release
authorpaladine <paladine@pld-linux.org>
Fri, 24 Sep 2004 15:29:01 +0000 (15:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    leafpad.spec -> 1.1

leafpad.spec [new file with mode: 0644]

diff --git a/leafpad.spec b/leafpad.spec
new file mode 100644 (file)
index 0000000..e0aa9c4
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       GTK+2 based notepad clone
+Summary(pl):   Klon notepada bazuj±cy na GTK+
+Name:          leafpad
+Version:       0.7.1
+Release:       1
+License:       GPL
+Group:         X11/Applications/Editors
+Source0:       http://tarot.freeshell.org/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: e3f5ff9da7381ba6ef6741c1bef87bb5
+Source1:       %{name}.desktop
+URL:           http://tarot.freeshell.org/leafpad/
+BuildRequires: gtk+2-devel >= 2.0.0
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Leafpad is a simple GTK+ based text editor. The user interface is
+similar to "notepad", and it aims to be lighter than GEdit and KWrite
+and to be as useful as them.
+
+%description -l pl
+Leafpad to prosty edytor tekstu bazuj±cy na GTK+. Program w
+za³o¿eniach ma byæ l¿ejszy od GEdit'a i KWrite'a, ale tak samo
+u¿yteczny jak one. Interfejs u¿ytkownika jest podobny do "notepad".
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install %{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/*
+%{_pixmapsdir}/*
+%{_desktopdir}/*
This page took 0.046893 seconds and 4 git commands to generate.