From 568879aaeec51c1d28d0ce234862f83da2c2c800 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 11 Nov 2014 17:23:24 -0200 Subject: [PATCH] Remove obsolete spec files --- rpm/colab.spec.in | 26 -------------------------- rpm/solr.spec.in | 53 ----------------------------------------------------- 2 files changed, 0 insertions(+), 79 deletions(-) delete mode 100644 rpm/colab.spec.in delete mode 100644 rpm/solr.spec.in diff --git a/rpm/colab.spec.in b/rpm/colab.spec.in deleted file mode 100644 index 75fa577..0000000 --- a/rpm/colab.spec.in +++ /dev/null @@ -1,26 +0,0 @@ -Name: softwarepublico-colab -Version: @@version@@ -Release: 1%{?dist} -Summary: Gamified software development collaboration platform -License: GPLv2 -URL: http://github.com/colab-community -Source: %{name}-%{version}.tar.gz - -%description - -%prep -%setup - -%build -# nothing really - -%install -mkdir -p %{buildroot}/srv/softwarepublico/colab -cp -r * %{buildroot}/srv/softwarepublico/colab -# also nothing - -%files -%doc -/srv/softwarepublico/colab - -%changelog diff --git a/rpm/solr.spec.in b/rpm/solr.spec.in deleted file mode 100644 index 11e175a..0000000 --- a/rpm/solr.spec.in +++ /dev/null @@ -1,53 +0,0 @@ -# -# Spec file do solr -# - -# Preamble - -Summary: Solr is the search platform from Apache Lucene project. -Name: softwarepublico-solr -Version: @@version@@ -Release: 1%{?dist} - -License: Apache License, Version 2.0 -Group: Applications/Internet -Source: %{name}-%{version}.tar.gz -#Source: http://archive.apache.org/dist/lucene/solr/4.6.1/solr-4.6.1.tgz -URL: http://lucene.apache.org/solr/ -Vendor: The Apache Software Foundation - -%description -SolrTM is the popular, blazing fast open source enterprise search platform from the Apache LuceneTM project. Its major features include powerful full-text search, hit highlighting, faceted search, near real-time indexing, dynamic clustering, database integration, rich document (e.g., Word, PDF) handling, and geospatial search. Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and navigation features of many of the world's largest internet sites. - -# Esta seção prepara o ambiente para a construção do pacote. Pode ser -# entendida como um shell script, e é o local onde podem ser aplicados -# os patches -%prep - -# A macro %setup prepara o ambiente, de forma semelhante aos comandos abaixo: -# rm -rf $RPM_BUILD_DIR/cdp-0.33 -# zcat $RPM_SOURCE_DIR/cdp-0.33.tar.gz | tar vxf - -%setup - -# Esta é a seção responsável pela construção do software. Também é um -# shell script, e não tem macros associadas -%build - -# Seção responsável pela instalação do software. Também é um shell script -%install -mkdir -p %{buildroot}/usr/share/solr -cp -r %{_builddir}/%{name}-%{version} %{buildroot}/usr/share/solr - -mkdir -p %{buildroot}/usr/share/solr/example/solr -cp -r %{_builddir}/%{name}-%{version}/example/webapps/solr.war %{buildroot}/usr/share/solr/example/solr/solr.war - -# Esta seção lista todos os arquivos que fazem parte do pacote: se um -# arquivo não for listado abaixo, não será inserido no pacote. A diretiva -# %doc indica um arquivo de documentação -%files -/usr/share/solr - -# Esta seção remove os arquivos que foram criados durante o build -%clean -rm -rf %{buildroot} - -- libgit2 0.21.2