From 636a7f502e45b9c7abfb0c93dac9f8f13bd12089 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 03:35:35 +0100 Subject: [PATCH] automatic update by autodist [release 0.8.18.1-1mamba;Sat Jun 18 2011] --- README.md | 3 +++ leafpad.spec | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 leafpad.spec diff --git a/README.md b/README.md index 6428f0f..8a89e57 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # leafpad +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. + diff --git a/leafpad.spec b/leafpad.spec new file mode 100644 index 0000000..64db0ac --- /dev/null +++ b/leafpad.spec @@ -0,0 +1,64 @@ +Name: leafpad +Version: 0.8.18.1 +Release: 1mamba +Summary: GTK+2 based notepad clone +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Fabio Giani +URL: http://tarot.freeshell.org/leafpad/ +Source: http://savannah.nongnu.org/download/leafpad/leafpad-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libglib-devel +BuildRequires: libgtk-devel +BuildRequires: libpango-devel +## AUTOBUILDREQ-END + +%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. + +%prep + +%setup -q + +%build +%configure --enable-chooser +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall DESTDIR=%{buildroot} + + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog NEWS README +%{_bindir}/* +%{_datadir}/pixmaps/* +%{_datadir}/icons/hicolor/*/apps/*.png +%{_datadir}/icons/hicolor/*/apps/*.svg +%{_datadir}/applications/%{name}.desktop + +%changelog +* Sat Jun 18 2011 Automatic Build System 0.8.18.1-1mamba +- automatic update by autodist + +* Thu Jan 06 2011 Silvan Calarco 0.8.18-1mamba +- update to 0.8.18 +- fixed group + +* Fri Jan 15 2010 Fabio Giani 0.8.17-1mamba +- package created by autospec